home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…rary 6 (Reseller Edition) / Apple Ref. & Pres. Lib.v6.0.toast / pc / 3-Presentations / Apple Demos / Training / HyperCard 2.0 Training / Intro to HyperCard 2.0 / card_31206.txt < prev    next >
Text File  |  1990-08-24  |  3KB  |  100 lines

  1. -- card: 31206 from stack: in.0
  2. -- bmap block id: 39852
  3. -- flags: 0000
  4. -- background id: 10646
  5. -- name: goals & objectives
  6. ----- HyperTalk script -----
  7. on mouseUp
  8.   if "button" is in the name of the target then
  9.     put word 2 of the short name of the target into myNum
  10.     put "Goals for Novice Users" & ",Goals for Experienced Users" & ",Goals for HyperCard Support Givers" into WindowTitles
  11.     lock screen
  12.     go cd "Show Goals" of stack "‚Ä¢HC 2.0-2"
  13.     put item myNum of WindowTitles into cd fld "titleFld"
  14.     displayText myNum
  15.   else pass mouseUp
  16. end mouseUp
  17.  
  18.  
  19.  
  20. -- part 1 (field)
  21. -- low flags: 01
  22. -- high flags: 0000
  23. -- rect: left=140 top=73 right=100 bottom=462
  24. -- title width / last selected line: 0
  25. -- icon id / first selected line: 0 / 0
  26. -- text alignment: 0
  27. -- font id: 174
  28. -- text size: 18
  29. -- style flags: 0
  30. -- line height: 20
  31. -- part name: titleFld
  32.  
  33.  
  34. -- part 3 (field)
  35. -- low flags: 01
  36. -- high flags: 0000
  37. -- rect: left=140 top=104 right=336 bottom=447
  38. -- title width / last selected line: 0
  39. -- icon id / first selected line: 0 / 0
  40. -- text alignment: 0
  41. -- font id: 174
  42. -- text size: 14
  43. -- style flags: 0
  44. -- line height: 16
  45. -- part name: titleFld
  46.  
  47.  
  48. -- part 4 (button)
  49. -- low flags: 00
  50. -- high flags: 2000
  51. -- rect: left=31 top=38 right=125 bottom=108
  52. -- title width / last selected line: 0
  53. -- icon id / first selected line: 0 / 0
  54. -- text alignment: 1
  55. -- font id: 0
  56. -- text size: 12
  57. -- style flags: 0
  58. -- line height: 16
  59. -- part name: Goals 1
  60.  
  61.  
  62. -- part 5 (button)
  63. -- low flags: 00
  64. -- high flags: 2000
  65. -- rect: left=32 top=133 right=217 bottom=109
  66. -- title width / last selected line: 0
  67. -- icon id / first selected line: 0 / 0
  68. -- text alignment: 1
  69. -- font id: 0
  70. -- text size: 12
  71. -- style flags: 0
  72. -- line height: 16
  73. -- part name: Goals 2
  74.  
  75.  
  76. -- part 6 (button)
  77. -- low flags: 00
  78. -- high flags: 2000
  79. -- rect: left=25 top=229 right=300 bottom=116
  80. -- title width / last selected line: 0
  81. -- icon id / first selected line: 0 / 0
  82. -- text alignment: 1
  83. -- font id: 0
  84. -- text size: 12
  85. -- style flags: 0
  86. -- line height: 16
  87. -- part name: Goals 3
  88.  
  89.  
  90. -- part contents for card part 1
  91. ----- text -----
  92. G O A L S   &   O B J E C T I V E S
  93.  
  94. -- part contents for card part 3
  95. ----- text -----
  96. Some of you are new to HyperCard, while others are experienced scripters.  Whatever your current HyperCard skills, this course will give you information to help you understand HyperCard and the new features of HyperCard 2.0.
  97.  
  98. Click on the various buttons to the left to see the goals and objectives that match your current HyperCard skills.
  99.  
  100. When you are finished examining the goals, click the ‚ÄúGO BACK‚Äù button.